﻿function openQues(src) {

	switch(src)

	{
		case ques1:
			theURL = "Questions/Ques1.htm";
			windowTIT = "<b><font face=verdana size=1> Hỏi đáp::. Câu hỏi 1</font></b>"
			H=230;
		break;

		case ques2:
			theURL = "Questions/Ques2.htm";
			windowTIT = "<b><font face=verdana size=1> Hỏi đáp::. Câu hỏi 2</font></b>"
			H=450;
		break;

		case ques3:
			theURL = "Questions/Ques3.htm";
			windowTIT = "<b><font face=verdana size=1> Hỏi đáp::. Câu hỏi 3</font></b>"
			H=250;
		break;

		case ques4:
			theURL = "Questions/Ques4.htm";
			windowTIT = "<b><font face=verdana size=1> Hỏi đáp::. Câu hỏi 4</font></b>"
			H=250;
		break;
	}

	wname ="CHROMELESSWIN"
	W=490;

	windowCERRARa 		= "images/close_a.gif"
	windowCERRARd 		= "images/close_d.gif"
	windowCERRARo 		= "images/close_o.gif"
	windowNONEgrf 		= "images/none.gif"
	windowCLOCK		= "images/clock.gif"
	windowREALtit		= "  Chromeless Windows"

	windowBORDERCOLOR   	= "#000000"
	windowBORDERCOLORsel	= "#000000"
	windowTITBGCOLOR    	= "#F08020"
	windowTITBGCOLORsel 	= "#FFFF00"
	openchromeless(theURL, wname, W, H, windowCERRARa, windowCERRARd, windowCERRARo, windowNONEgrf, windowCLOCK, windowTIT, windowREALtit , windowBORDERCOLOR, windowBORDERCOLORsel, windowTITBGCOLOR, windowTITBGCOLORsel)
}



