//  -------------------------------------------------------------------------------
//  Kaplan.js
//	Script contains copied commmon functions at kaptest.com used by this module
//  Copyright 2006 BASE77
//  -------------------------------------------------------------------------------

function kapPopUp(theURL) 

{
	window.open(theURL,'popUp1','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=550,height=400');
}


