var kSimulatorURL = "swf/simulator.php";
var kSimulatorURL2 = "swf/simulator2.php";

function open_simulator( category,des_code ){
	sURL = kSimulatorURL;
	toURL = sURL+ "?category="+category+"&design_no=" + des_code;
	window.open(toURL, 'SimulatorWindow', 'width=950, height=660, menubar=no, toolbar=no, scrollbars=no');
	var str = document["topFlash"].stopTopFlash();
}


function open_simulator2( category,des_code ){
	sURL = kSimulatorURL2;
	toURL = sURL+ "?category="+category+"&design_no=" + des_code;
	window.open(toURL, 'SimulatorWindow', 'width=950, height=660, menubar=no, toolbar=no , scrollbars=yes ,resizable=yes');
	var str = document["topFlash"].stopTopFlash();
}
