/* -----------------------------------------------
javascript file Brangista.
FileName:bnr.js
Author:Brangista
----------------------------------------------- */

/**********************************************************
* fullscreen
*/

function fullscreen(url) {
	var winX = screen.availWidth - 10;
	var winY = screen.availHeight - 30;
	NewWindow=window.open(url,"brangista", "width=" + winX + ",height=" + winY + "scrollbars=no,status=no,menubar=no,toolbar=no,resizable=no,left=0,top=0");
	NewWindow.focus();
}

function fullscreen2(url) {
	var winX = screen.availWidth - 10;
	var winY = screen.availHeight - 30;
	NewWindow=window.open(url,"brangista2", "width=" + winX + ",height=" + winY + "scrollbars=no,status=no,menubar=no,toolbar=no,resizable=no,left=0,top=0");
	NewWindow.focus();
}

function fullscreen3(url) {
	var winX = screen.availWidth - 10;
	var winY = screen.availHeight - 30;
	NewWindow=window.open(url,"brangista3", "width=" + winX + ",height=" + winY + "scrollbars=no,status=no,menubar=no,toolbar=no,resizable=no,left=0,top=0");
	NewWindow.focus();
}


function fullscreen4(url) {
	var winX = screen.availWidth - 10;
	var winY = screen.availHeight - 30;
	NewWindow=window.open(url,"brangista4", "width=" + winX + ",height=" + winY + "scrollbars=no,status=no,menubar=no,toolbar=no,resizable=no,left=0,top=0");
	NewWindow.focus();
}

function fullscreen5(url) {
	var winX = screen.availWidth - 10;
	var winY = screen.availHeight - 30;
	NewWindow=window.open(url,"brangista5", "width=" + winX + ",height=" + winY + "scrollbars=no,status=no,menubar=no,toolbar=no,resizable=no,left=0,top=0");
	NewWindow.focus();
}

function fullscreen6(url) {
	var winX = screen.availWidth - 10;
	var winY = screen.availHeight - 30;
	NewWindow=window.open(url,"brangista6", "width=" + winX + ",height=" + winY + "scrollbars=no,status=no,menubar=no,toolbar=no,resizable=no,left=0,top=0");
	NewWindow.focus();
}

function fullscreen7(url) {
	var winX = screen.availWidth - 10;
	var winY = screen.availHeight - 30;
	NewWindow=window.open(url,"brangista7", "width=" + winX + ",height=" + winY + "scrollbars=no,status=no,menubar=no,toolbar=no,resizable=no,left=0,top=0");
	NewWindow.focus();
}



