/*
* 
*/



function register()
{
	var content = '<iframe src="files/de/pop/registrieren.php5" width="400" height="450" name="sbframe" id"sbframe" frameborder="0" scrolling="no" style="cursor: default;"></iframe>';
	$.blockUI(content,{ width: '400px', height: '450px', top:'20%', left:'50%', border: '5px solid #fff' }); 	
	return false;
}


function login()
{
	var content = '<iframe src="files/de/pop/login.php5" width="400" height="450" name="sbframe" id"sbframe" frameborder="0" scrolling="no" style="cursor: default;"></iframe>';
	$.blockUI(content,{ width: '400px', height: '450px', top:'20%', left:'50%', border: '5px solid #fff' }); 
	return false;
}


function logout()
{
	var content = '<iframe src="files/de/pop/logout.php5" width="400" height="200" name="sbframe" id"sbframe" frameborder="0" scrolling="no" style="cursor: default;"></iframe>';
	$.blockUI(content,{ width: '400px', height: '200px', top:'20%', left:'50%', border: '5px solid #fff' }); 
	return false;
}


function doSubmit(formName)
{
	document.forms[formName].submit();
	return false;
}


function doCancel()
{
	self.parent.$.unblockUI();
	return false;
}


function confirmBid()
{
	var content = '<iframe src="files/de/pop/confirmbid.php5" width="400" height="250" name="cbframe" id"cbframe" frameborder="0" scrolling="no" style="cursor: default;"></iframe>';
	$.blockUI(content,{ width: '400px', height: '250px', top:'20%', left:'50%', border: '5px solid #fff' }); 
	
	return false;
}

function placeBid()
{
	$.unblockUI()
	document.forms["placebid"].submit();
	return false;
}

function giropay(url)
{
	var content = '<iframe src="'+url+'" width="990" height="640" name="sbframe" id="sbframe" frameborder="0" scrolling="vertical" style="cursor: default;text-align:center;background-color:#e3dfda;"></iframe>';
	$.blockUI(content,{ width: '990px', height: '640px', top:'8%', left:'13%', border: '5px solid #fff' }); 
	return false;
}

