\n');
}
var queryString = window.top.location.search.substring(1);
function getParameter ( queryString, parameterName ) {
// Add "=" to the parameter name (i.e. parameterName=value)
var parameterName = parameterName + "=";
if ( queryString.length > 0 ) {
// Find the beginning of the string
begin = queryString.indexOf ( parameterName );
// If the parameter name is not found, skip it, otherwise return the value
if ( begin != -1 ) {
// Add the length (integer) to the beginning
begin += parameterName.length;
// Multiple parameters are separated by the "&" sign
end = queryString.indexOf ( "&" , begin );
if ( end == -1 ) {
end = queryString.length
}
// Return the string
return unescape ( queryString.substring ( begin, end ) );
alert(unescape ( queryString.substring ( begin, end ) ))
}
// Return "null" if no parameter has been found
return "null";
}
}
var parent_id = getParameter ( queryString , 'product_id' );
var id = getParameter ( queryString , 'item' );
var id_string = "id="+id+"&parent_id="+parent_id;
//-->
Our software
Flash Photo Album
Our new advanced tool for displaying images on the internet
featuring copyright text over image, allow/deny
download, own themes, download indicators, unlimited number
of images, automatic thumbnails, image comments, transition
effect, slideshow and more! XML-based.
Vertical Flash Treeview Menu
- ver. 1.1 This is our first tool for webmasters. Create incredible
menus never seen before. Take advantage of the full power of
Flash without any Flash-knowledge! Create ANY design with
hundreds of options available! XML-based. Full database
support!
We released our new editors!
From now on the editors are equiped with direct file editing
possibilities. Open, save, save as and new file functions
are added.