﻿


function ask(url) {
	to = window.open(url, 'ask','width=617, height=550 left=0,top=0,scrollbars=yes,status=yes,resizable=yes,menubar=no,toolbar=no,directories=no');
	to.focus()
	}