// JavaScript Document


function openWindow (the_url, the_length, the_height)
{
	var the_window = window.open(the_url, "", 'height=300,width=360');
}