function confirmSubmit()
{
var agree=confirm("Click OK to open a new browser and visit a Korg affiliated site. Please note, Promotions on that site may not be the same as Korg Canada.");
if (agree)
	return true ;
else
	return false ;
}
