// JavaScript Functions for Sno-King

function testLic()
{
	window.open('http://www.bing.com','Website Pop-up Test');
}

function showLicense()
{
	window.open('http://localhost/SnoKing/img/bbb.png','License','toolbar=no, directories=no, location=no, status=yes, menubar=no, resizable=no, scrollbars=no, width=400, height=600');
}