
function closeIt() {
    event.returnValue = "ÇIKARSAN KOTU OLUR.";
  }

function openWin () {
		var SysReqWin;
		SysReqWin=open("systemreq.html","SystemRequirements","HEIGHT=320,WIDTH=700,resizable=no,scrollbars=no,menubar=no,status=no,location=no,toolbar=no,directories=no");
		SysReqWin.focus();
}
function detectVersion(){
	version = parseInt(navigator.appVersion);
	return version;
}

function detectOS(){
	if(navigator.userAgent.indexOf('Win') == -1) {
		OS = 'Macintosh';
	}else {
		OS = 'Windows';
	}
	return OS;
}


function detectBrowser(){
	if(navigator.appName.indexOf('Netscape') == -1) {
		browser = 'IE';
	}
	else {
		browser = 'Netscape';
	}
	return browser;
}

//--------------http://www.actionscript.org/tutorials/intermediate/launch_full_screen/--------
// ATLASJET 
function FullScreenAtlas(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/Atlasjet/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/Atlasjet/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserAtlas(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/Atlasjet/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenAtlas();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}

// REPORTS
function FullScreenReports(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166:8180/flyreports?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166:8180/flyreports?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserReports(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166:8180/flyreports?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenReports();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}

//COM101
function FullScreenCOM101(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM101/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM101/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM101(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM101/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM101();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}

// COM102
 
function FullScreenCOM102(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM102/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM102/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM102(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM102/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM102();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}

// COM103

function FullScreenCOM103(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM103/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM103/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM103(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM103/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM103();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}

// COM104
 
function FullScreenCOM104(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM104/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM104/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM104(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM104/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM104();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}

//COM105 
function FullScreenCOM105(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM105/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM105/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM105(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM105/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM105();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}

//COM106 
function FullScreenCOM106(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM106/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM106/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM106(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM106/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM106();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}

//COM107 
function FullScreenCOM107(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM107/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM107/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM107(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM107/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM107();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}

//COM108 
function FullScreenCOM108(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM108/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM108/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM108(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM108/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM108();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}

//COM109 
function FullScreenCOM109(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM109/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM109/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM109(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM109/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM109();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}

//COM110 
function FullScreenCOM110(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM110/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM110/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM110(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM110/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM110();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}

//COM111 
function FullScreenCOM111(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM111/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM111/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM111(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM111/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM111();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}

//COM112 
function FullScreenCOM112(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM112/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM112/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM112(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM112/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM112();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}

//COM113 
function FullScreenCOM113(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM113/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM113/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM113(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM113/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM113();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}

//COM114 
function FullScreenCOM114(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM114/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM114/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM114(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM114/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM114();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}

//COM115 
function FullScreenCOM115(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM115/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM115/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM115(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM115/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM115();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}

//COM116 
function FullScreenCOM116(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM116/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM116/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM116(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM116/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM116();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}

//COM117 
function FullScreenCOM117(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM117/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM117/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM117(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM117/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM117();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}

//COM201 
function FullScreenCOM201(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM201/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM201/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM201(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM201/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM201();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}

//COM202 
function FullScreenCOM202(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM202/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM202/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM202(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM202/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM202();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}

//COM203 
function FullScreenCOM203(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM203/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM203/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM203(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM203/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM203();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}

//COM204 
function FullScreenCOM204(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM204/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM204/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM204(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM204/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM204();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}

//COM205 
function FullScreenCOM205(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM205/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM205/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM205(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM205/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM205();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}

//COM206 
function FullScreenCOM206(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM206/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM206/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM206(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM206/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM206();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}


//COM207 
function FullScreenCOM207(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM207/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM207/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM207(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM207/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM207();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}

//COM208 
function FullScreenCOM208(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM208/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM208/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM208(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM208/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM208();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}


//COM209 
function FullScreenCOM209(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM209/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM209/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM209(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM209/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM209();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}

//COM210 
function FullScreenCOM210(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM210/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM210/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM210(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM210/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM210();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}

//COM211 
function FullScreenCOM211(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM211/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM211/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM211(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM211/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM211();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}

//COM212 
function FullScreenCOM212(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM212/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM212/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM212(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM212/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM212();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}



//COM213 
function FullScreenCOM213(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM213/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM213/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM213(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM213/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM213();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}


//COM214 
function FullScreenCOM214(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM214/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM214/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM214(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM214/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM214();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}


//COM215 
function FullScreenCOM215(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM215/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM215/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM215(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM215/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM215();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}


//COM216 
function FullScreenCOM216(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM216/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM216/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM216(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM216/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM216();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}

//COM217 
function FullScreenCOM217(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM217/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM217/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM217(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM217/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM217();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}


//COM218 
function FullScreenCOM218(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM218/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM218/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM218(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM218/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM218();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}


//COM219 
function FullScreenCOM219(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM219/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM219/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM219(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM219/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM219();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}

//COM220 
function FullScreenCOM220(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM220/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM220/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM220(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM220/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM220();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}



//COM221 
function FullScreenCOM221(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM221/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM221/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM221(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM221/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM221();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}


//COM222 
function FullScreenCOM222(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM222/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM222/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM222(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM222/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM222();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}

//COM223 
function FullScreenCOM223(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM223/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM223/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM223(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM223/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM223();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}


//COM224 
function FullScreenCOM224(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM224/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM224/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM224(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM224/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM224();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}


//COM225 
function FullScreenCOM225(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM225/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM225/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM225(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM225/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM225();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}


//COM226 
function FullScreenCOM226(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM226/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM226/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM226(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM226/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM226();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}


//COM227 
function FullScreenCOM227(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM227/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM227/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM227(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM227/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM227();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}


//COM228 
function FullScreenCOM228(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM228/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM228/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM228(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM228/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM228();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}


//COM229 
function FullScreenCOM229(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM229/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM229/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM229(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM229/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM229();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}


//COM301 
function FullScreenCOM301(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM301/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM301/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM301(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM301/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM301();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}


//COM302 
function FullScreenCOM302(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM302/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM302/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM302(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM302/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM302();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}


//COM303 
function FullScreenCOM303(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM303/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM303/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM303(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM303/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM303();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}


//COM304 
function FullScreenCOM304(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM304/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM304/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM304(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM304/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM304();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}


//COM305 
function FullScreenCOM305(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM305/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM305/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM305(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM305/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM305();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}


//COM306 
function FullScreenCOM306(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM306/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM306/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM306(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM306/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM306();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}

//COM401 
function FullScreenCOM401(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM401/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM401/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM401(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM401/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM401();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}


//COM402 
function FullScreenCOM402(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM402/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM402/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM402(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM402/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM402();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}


//COM403 
function FullScreenCOM403(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM403/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM403/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM403(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM403/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM403();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}

//COM404 
function FullScreenCOM404(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM404/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM404/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM404(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM404/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM404();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}

//COM405 
function FullScreenCOM405(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM405/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM405/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM405(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM405/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM405();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}
//COM501 
function FullScreenCOM501(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://213.243.39.113/FLYCO/COM501/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://213.243.39.113/FLYCO/COM501/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM501(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://213.243.39.113/FLYCO/COM501/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM501();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}
//COM502 
function FullScreenCOM502(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://213.243.39.113/FLYCO/COM502/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://213.243.39.113/FLYCO/COM502/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM502(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://213.243.39.113/FLYCO/COM502/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM502();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}
//COM503 
function FullScreenCOM503(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://213.243.39.113/FLYCO/COM503/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://213.243.39.113/FLYCO/COM503/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM503(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://213.243.39.113/FLYCO/COM503/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM503();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}
//COM504 
function FullScreenCOM504(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://213.243.39.113/FLYCO/COM504/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://213.243.39.113/FLYCO/COM504/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM504(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://213.243.39.113/FLYCO/COM504/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM504();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}
//COM505 
function FullScreenCOM505(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://213.243.39.113/FLYCO/COM505/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://213.243.39.113/FLYCO/COM505/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM505(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://213.243.39.113/FLYCO/COM505/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM505();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}
//COM506 
function FullScreenCOM506(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://213.243.39.113/FLYCO/COM506/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://213.243.39.113/FLYCO/COM506/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM506(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://213.243.39.113/FLYCO/COM506/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM506();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}
//COM507 
function FullScreenCOM507(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://213.243.39.113/FLYCO/COM507/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://213.243.39.113/FLYCO/COM507/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM507(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://213.243.39.113/FLYCO/COM507/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM507();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}
//COM508 
function FullScreenCOM508(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://213.243.39.113/FLYCO/COM508/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://213.243.39.113/FLYCO/COM508/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM508(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://213.243.39.113/FLYCO/COM508/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM508();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}
//COM509 
function FullScreenCOM509(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://213.243.39.113/FLYCO/COM509/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://213.243.39.113/FLYCO/COM509/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM509(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://213.243.39.113/FLYCO/COM509/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM509();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}
//COM510 
function FullScreenCOM510(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://213.243.39.113/FLYCO/COM510/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://213.243.39.113/FLYCO/COM510/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM510(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://213.243.39.113/FLYCO/COM510/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM510();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}
//COM511 
function FullScreenCOM511(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://213.243.39.113/FLYCO/COM511/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://213.243.39.113/FLYCO/COM511/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM511(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://213.243.39.113/FLYCO/COM511/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM511();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}
//COM521 
function FullScreenCOM521(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://213.243.39.113/FLYCO/COM521/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://213.243.39.113/FLYCO/COM521/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM521(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://213.243.39.113/FLYCO/COM521/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM521();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}
//COM522 
function FullScreenCOM522(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://213.243.39.113/FLYCO/COM522/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://213.243.39.113/FLYCO/COM522/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM522(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://213.243.39.113/FLYCO/COM522/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM522();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}
//COM523 
function FullScreenCOM523(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://213.243.39.113/FLYCO/COM523/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://213.243.39.113/FLYCO/COM523/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM523(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://213.243.39.113/FLYCO/COM523/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM523();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}
//COM524 
function FullScreenCOM524(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://213.243.39.113/FLYCO/COM524/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://213.243.39.113/FLYCO/COM524/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM524(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://213.243.39.113/FLYCO/COM524/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM524();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}
//COM525 
function FullScreenCOM525(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://213.243.39.113/FLYCO/COM525/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://213.243.39.113/FLYCO/COM525/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM525(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://213.243.39.113/FLYCO/COM525/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM525();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}
//COM526 
function FullScreenCOM526(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://213.243.39.113/FLYCO/COM526/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://213.243.39.113/FLYCO/COM526/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM526(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://213.243.39.113/FLYCO/COM526/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM526();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}
//COM527 
function FullScreenCOM527(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://213.243.39.113/FLYCO/COM527/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://213.243.39.113/FLYCO/COM527/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM527(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://213.243.39.113/FLYCO/COM527/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM527();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}
//COM528 
function FullScreenCOM528(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://213.243.39.113/FLYCO/COM528/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://213.243.39.113/FLYCO/COM528/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM528(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://213.243.39.113/FLYCO/COM528/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM528();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}
//COM529 
function FullScreenCOM529(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://213.243.39.113/FLYCO/COM529/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://213.243.39.113/FLYCO/COM529/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM529(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://213.243.39.113/FLYCO/COM529/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM529();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}
//COM900 
function FullScreenCOM900(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://213.243.39.113/FLYCO/COM900/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://213.243.39.113/FLYCO/COM900/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM900(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://213.243.39.113/FLYCO/COM900/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM900();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}
//COM001 
function FullScreenCOM001(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM001/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM001/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM001(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM001/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM001();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}

//COM002 
function FullScreenCOM002(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/COM002/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/COM002/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserCOM002(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/COM002/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenCOM002();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}





//Swf 
function FullScreenSwf(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://193.36.184.166/FLYCO/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://193.36.184.166/FLYCO/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserSwf(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://193.36.184.166/FLYCO/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenSwf();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}

//FLYOUT
function FullScreenFLYOUT(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://85.105.77.116/Flycov3/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://85.105.77.116/Flycov3/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserFLYOUT(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://85.105.77.116/Flycov3/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenFLYOUT();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}

//FLYIN
function FullScreenFLYIN(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://192.168.1.10/Flycov3/Swf/PrgStart.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://192.168.1.10/Flycov3/Swf/PrgStart.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserFLYIN(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://192.168.1.10/Flycov3/Swf/PrgStart.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenFLYIN();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
}


	//demo
function FullScreenDemo(){

	var adjWidth;
	var adjHeight;

	if((detectOS() == 'Macintosh') && (detectBrowser() == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((detectOS() == 'Macintosh') && (detectBrowser() == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}

//	Netscape

	if((detectOS() == 'Windows') && (detectBrowser() == 'Netscape')) {
		adjWidth = 9;  //20
		adjHeight = 29;
	}
	if(detectVersion() < 4) {
		self.location.href = 'http://elearning.sunexpress.web.tr//SunexFlyco/DEMO/Demo.swf?';
	}
	else {
		// Netscape
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var thewindow = window.open('http://elearning.sunexpress.web.tr//SunexFlyco/DEMO/Demo.swf?', 'WindowName', winSize);
		//thewindow.moveTo(0,0);
		//setTimeout('history.back()',10000);
	}
}


function DedektOsAndBrowserDemo(){

if (screen.height >= 600){

	if((detectOS() == 'Windows') && (detectBrowser() == 'IE')) {
		// Windows Internet Explorer
		myNewWindow = open('','windowname','fullscreen=yes, scrollbars=no, toolbar=no, location=no, directories=no,status=no, menubar=no, resizable=no');
		myNewWindow.document.open();
		with (myNewWindow.document) {
			writeln("<html><title>FLYCO E-Learning<\/title><meta name=\"author\" content=\"Ergin Erdin\"><head><\/head>");
			writeln("<frameset cols=\"*\" border=\"0\" framespacing=\"0\" frameborder=\"no\"><frame src=\"http://elearning.sunexpress.web.tr//SunexFlyco/DEMO/Demo.swf?\" noresize scrolling=\"no\" name = \"flash\"><\/frameset>");
			writeln("<\/html>");

		}
		myNewWindow.document.close();
		//setTimeout('history.back()',10000);

	}
	else {
		onload=FullScreenDemo();
	}
}
else{

	document.writeln ("<html><title>screen settings</title> <body text=\"#000000\" bgcolor=\"#6699cc\">");
    document.writeln ("<p>&nbsp;<image src=\"\/CMI\/icons\/company.gif\" width=\"240\" height=\"80\" align=right></p>");
    document.writeln ("<p>sorry...</p><p> Your screen setting does not correspond to the specification. Please set it to 1024 x 600</p>");
    document.writeln ("<p> Return to the <a href=\"javascript:history.go(-2)\">WBT website</a>.</p>");
    document.writeln ("<hr noshade><p><strong>How to cange the <a href=\"\/CMI\/html\/screen_settings.html\">screen_settings</a>.</strong></p>");
    document.writeln ("</body></html>");

	}
	
	
}

