﻿var payak_GlobalEditControl=null;
var payak_GlobalMenuItemId=0;
var payak_GlobalSelectControlForEdit=false;

//Iframe top offset
function getOffsetTop(elm){
	return 0;
}

//Iframe left offset
function getOffsetLeft(elm){
	return 0;
}

//show edit wnd
function payakShowEditWnd(elm, contentTypeName, controlId, position, contentId, linkMenuId, eventNumber, groupId, controlTitle, pom1, pom2) {
}

//hide edit wnd
function payakHideEditWnd(){
}
