/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Name        + objectlaunch
Engineer    + oh, sillan
Parameter   + objcode
Description + object outer-script
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
function objectlaunch(objcode) {
	document.write(objcode);
}
