var h = screen.height-100;
var w = screen.width-12;

function popIn()
{
	window.open('http://courses.visuallinklanguages.com/DLC/spanish/',null,'location=yes,status=no,top=yes,left=yes,height='+h+',width='+w);
}